home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(16) then
- cursor([901, 902])
- go("g")
- else
- if rollOver(19) or rollOver(20) then
- cursor([901, 902])
- else
- HotSpots(3, 14)
- end if
- end if
- end if
- if act = 1 then
- if rollOver(22) or rollOver(23) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- if the visible of sprite 25 = 1 then
- onVis(26)
- InVis(25)
- startTimer()
- repeat while the timer < 5
- nothing()
- end repeat
- else
- if the visible of sprite 26 = 1 then
- onVis(25)
- InVis(26)
- end if
- end if
- updateStage()
- go(the frame)
- end
-